home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / U-V / UULite1.4.cpt / UULite1.4.rsrc / TEXT_1026_Encoding Produces Empty Files.txt < prev    next >
Text File  |  1992-09-07  |  1KB  |  15 lines

  1. "Encoding produces empty or very small files"
  2.  
  3. UULite should not be used to uuencode application programs.  If you do, the result will be
  4. useless, very small output files.  This is because Macintosh-specific files have two sections
  5. or forks, the resource fork and the data fork.  Application programs on a Mac typically have
  6. a large resource fork and a very small or nonexistent data fork.  Image files, in formats
  7. such as gif or jpeg, are contained entirely in the data fork.  Because most other computers
  8. have only data forks, these formats may be passed directly to and from them.  The
  9. uuencoding method used by UULite is the same standard method used by these
  10. non-Macintosh computers, and will therefore encode only the data fork of files.
  11.  
  12. If you wish to encode a native Macintosh file that has a resource fork for transmitting over
  13. a network to another Mac, use binhexing.  You may think of binhexing as the Macintosh
  14. equivalent of uuencoding.  You should be aware that files that are binhexed
  15. are only meant to be sent to other Macs.